home *** CD-ROM | disk | FTP | other *** search
- Path: pegasus.odyssee.net!news
- From: titan@odyssee.net (Molle Anthony)
- Newsgroups: comp.lang.c++
- Subject: Help understanding CLASSes
- Date: Wed, 20 Mar 1996 22:04:41 GMT
- Organization: Odyssee Internet
- Message-ID: <4ipvjo$72g@pegasus.odyssee.net>
- Reply-To: titan@odyssee.net
- NNTP-Posting-Host: pool6_2.odyssee.net
- X-Newsreader: Forte Free Agent v0.55
-
- I have just completed a course in C and have a few days of class with
- nothing to do before exams so my teacher began to show us a little
- C++.
-
- From what I understand, Class is sort of like struct in C. Can anyone
- refer me to any online information about C++ (class) -- or even better
- yet, give me a "reader's digest" explanation of CLASS.
-
- This is what I need to do:
-
- 1.designate a given area on a screen;
-
- 2.put a character in the center of that area;
-
- 3.using arrow keys, move that character around .(up arrow moves
- up,down arrow moves down,etc).
-
- Any help on this would be greatly appreciated.
-
-
- Thanks
- Anthony Molle
- titan@odyssee.net
-
-
-